diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-23 03:25:17 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-23 03:25:17 +0000 |
| commit | 835010104c25c370c1def1f2de52f518058f8b46 (patch) | |
| tree | a3195a9adfed58e110ef683630d4464ff95a52dd /app/api/files/[...path] | |
| parent | c64264ac25716256c0c7c4f56e6f459747f4ef11 (diff) | |
(임수민) 데이터룸 파일권한, 리디렉트 수정
Diffstat (limited to 'app/api/files/[...path]')
| -rw-r--r-- | app/api/files/[...path]/route.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts index 8d736f80..83fe7ba2 100644 --- a/app/api/files/[...path]/route.ts +++ b/app/api/files/[...path]/route.ts @@ -53,7 +53,8 @@ const isAllowedPath = (requestedPath: string): boolean => { 'pq/vendor', 'information', 'general-contract-templates', - 'purchase-requests' + 'purchase-requests', + 'projects' ]; return allowedPaths.some(allowed => |
